From 738429d120b11cc60687f1ffc3a85427397348ea Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 22 May 1993 21:45:31 +0000 Subject: [PATCH] * editfns.c: #include , to get time_t for Eggert's changes. --- src/editfns.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/editfns.c b/src/editfns.c index c3fdce29a5d..352892199ed 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -18,6 +18,8 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include + #include "config.h" #ifdef VMS -- 2.30.2